home *** CD-ROM | disk | FTP | other *** search
/ Hackers Underworld 2: Forbidden Knowledge / Hackers Underworld 2: Forbidden Knowledge.iso / HACKING / ZENIXINF < prev   
Text File  |  1994-07-17  |  5KB  |  204 lines

  1. Unauthorised Access UK  0636-708063  10pm-7am  12oo/24oo
  2.  
  3. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  4. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  5. -=-            XENIX            -=-
  6. =-=   Commands and Infomation   =-=
  7. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  8. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  9. -=-     Written By:Stingray     -=-
  10. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  11. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  12.  
  13. Ok I am gonna give you a good idea of 
  14. the commands that you can use in 
  15. XENIX system.  Many of these commands
  16. require a ROOT account but you will 
  17. need to be farmilliar with them.
  18.  
  19. Well Here we go.....
  20. --------------------
  21. cat          concentrate or display 
  22.              text on the screen.
  23. CAT <filename> 
  24. -
  25. cd           change directory.
  26.  
  27. CD           returns to login 
  28.              directory.
  29. CD <dir>     Chooses a specific 
  30.              directory.
  31. -
  32. chmod        change mode.
  33.  
  34. CHMOD <who>  operation code permission 
  35.              file changes the 
  36.              permission mode for the 
  37.              user.
  38. <who>        A all
  39.              G group
  40.              O others
  41.              U user (login owner)
  42. operations code
  43.              + add permission
  44.              - remove permission
  45.              = assign all permission
  46.                (read,write,and execute)
  47. permission        
  48.              r read
  49.              w write
  50.              x execute
  51. -
  52. cp           copy file
  53.  
  54. CP filename1 filename2
  55.    (copies file1 to file2)
  56.  
  57. CP filename1 filename2 dirname
  58.    (copies file1 and file2 into 
  59.     a specified directory)
  60. -
  61. date         displays the current date 
  62.              and time to screen.
  63. DATE         
  64. -
  65. df
  66.  
  67. DF           displays the number of 
  68.              blocks free on root file 
  69.              system.
  70.  
  71. DF /dev/hdx  displays the number of 
  72.              blocks free on specific 
  73.              disk.
  74. -
  75. du           disk usage
  76.  
  77. DU dir       displays the number of 
  78.              blocks used and in what 
  79.              files they are used.
  80. -
  81. kill         terminate a process
  82.  
  83. KILL number  terminates the process 
  84.              number.
  85. -
  86. lc           list or display the 
  87.              contents of a directory 
  88.              and information on files 
  89.              in that directory.
  90.  
  91. LC dir name  displays contents of the 
  92.              specified directory.
  93. -
  94. lpr          line print spooler
  95.  
  96. LPR filename 
  97.              outputs file to line 
  98.              printer.
  99. -
  100. mkdir        make a directory
  101.  
  102. MKDIR dirname 
  103.              creates the directory 
  104.              dirname.
  105. -
  106. more         display text on screen 1 
  107.              screen at a time.
  108.  
  109. MORE filename
  110.              displays data in filename 
  111.              1 screen at a time.
  112. -
  113. mv           move or rename files 
  114.              and directories.
  115.  
  116. MV filename1 filename2
  117.              changes the name of file1 
  118.              to file2.
  119.  
  120. MV filename1 dirname
  121.              moves filename1 to directiory
  122.              dirname.
  123.  
  124. MV new name dirname
  125.              changes name of specified 
  126.              directory.
  127. -
  128. passwd       change your login password
  129.  
  130. PASSWD
  131. -
  132. ps           process status
  133.  
  134. PS -E        displays information about 
  135.              all active processes.
  136. -
  137. pwd          print working directory
  138.  
  139. PWD          displays the dir path
  140. -
  141. quot         summarize file system 
  142.              ownership.
  143.  
  144. QUOT -F file system
  145.              displays the number of blocks
  146.              owned by each user in the 
  147.              specified file system.
  148. -
  149. rm           remove files or directories.
  150.  
  151. RM filename  
  152.              erases specified file.
  153.  
  154. RMDIR empty directory name
  155.              removes specified empty 
  156.              directory.
  157.  
  158. RMUSER       removes the specified user.
  159. -
  160. save         save or backup files.
  161.  
  162. SAVE 0-ss/usr/name/'filename'
  163.              copies the file onto a single 
  164.              sides floppy in drive 0.
  165.              (from here type 'RESTORE 0'
  166.               to install it on the hard 
  167.               drive.)
  168. -
  169. wall         writes a message to all users 
  170.              on the system.
  171.  
  172. WALL message to be sent
  173.              (this is a good one to anounce 
  174.               yourself when the system has 
  175.               become useless to you.)
  176. -
  177. who          who is on the system
  178.  
  179. WHO          displays a list of users on the 
  180.              system by login name, terminal,
  181.              and login time.
  182. -
  183.  
  184.  
  185. Ok so there is a list of the cammands you have 
  186. available through a ROOT account on a XENIX. 
  187. XENIX is sorta a scaled down sub-version of 
  188. UNIX.  So when hacking it use unix hacking 
  189. procedures.
  190.  
  191. Well I know this is a little cut and dry but
  192. thats the way it goes....I hope it was helpful.
  193. Now when you get in you will know what to do.
  194.  
  195. BIBLIOGRAPHY:
  196. -------------
  197. A book a ripped off the computer lab call:
  198. XENIX  <Multi User System>
  199.  
  200.  
  201. Thanks to P-80 for the great service they do 
  202. all of us.   Thanks a million Scan Man.....
  203.  
  204.